SQL ORACLE case when函數用法 case when 用法 (1)簡單case函數:格式: case 列名 when 條件值1 then 選項1 when 條件值1 then 選項2...... ...